/*BACKGROUND ΧΡΩΜΑ ΣΤΟ SEARCHBAR*/
#inner-modal-input-newsfeed{
    background-color: #AA9157;
}
/*ΧΡΩΜΑ ΣΤΟ POP-UP ΠΑΡΑΘΥΡΟ QUICK-SEARCH*/
#inner-modal-input-newsfeed::placeholder{ 
    color: white !important;
}

#inner-modal-input-newsfeed::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #57b5e3;
}

#inner-modal-input-newsfeed::-moz-placeholder{ /* Firefox 19+ */
    color: #57b5e3;
}

#inner-modal-input-newsfeed::-ms-input-placeholder{ /* IE 10+ */
    color: #57b5e3;
}

#inner-modal-input-newsfeed::-moz-placeholder{ /* Firefox 18- */
    color: #57b5e3;
}

#saved_rel_users{
  padding:10px;
  border:2px solid #57b5e3;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position:relative;
}

#saved_rel_users > div:first-of-type, #selected_content_users > div:first-of-type{
    margin-top:20px;
}

#content_users_modal_content > div , #selected_content_users > div{
    cursor: pointer;
}


#selected_content_users{
  padding:10px;
  border:2px solid #f0ad4e;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position:relative;
}

#content_users_modal_content{
  padding:10px;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;


  position:relative;
}

.sub_title{
  position: absolute;
  max-width: 150px;

  padding: 0px 5px 0px 0px;
  border-left: 2px solid #243a51;
  border-top: 2px solid #243a51;
  border-bottom-right-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  left: -2px;
  top: -2px;
}

#saved_rel_users > .sub_title{
  border-right: 2px solid #57b5e3;
  border-bottom: 2px solid #57b5e3;
}
#selected_content_users > .sub_title{border-right: 2px solid #f0ad4e;border-bottom: 2px solid #f0ad4e}

#users_assign_btn{
  position: absolute;
  bottom: 3px;
  right: 3px;
}

#users_assign_btn:hover{
  color:white !important;
  border-color: white;
  outline:none !important;
    background-color: #243a51 !important;
}
